home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / wvnsrc75.zip / TODO.TXT < prev    next >
Text File  |  1993-02-08  |  3KB  |  97 lines

  1.  
  2. * Fix multiple-instance.
  3.  
  4. * Fix newsrc size problem.
  5.  
  6. * Fix messages, make 'em make more sense.
  7.  
  8. * Fix scrolling font height in article windows.
  9.  
  10. Make absence of env WINVN work in a default mode.
  11.  
  12. * Add point-and-click to retrieve article by message-id.
  13.  
  14. Add thread-ordering.
  15.  
  16. Add thread movement keys.
  17.  
  18. * Fix mail. (removed)
  19.  
  20. * Removal of groups from newsrc.
  21.  
  22. * Add #lines to artheader window.
  23.  
  24. * Fix AUX: bug.  (was a problem with reusing an artdoc).
  25.  
  26. * Implement 'Find' and 'Find Next' with new header structure.
  27.  
  28. * 921102 Now compiled with C7, SDK3.1 in large model.
  29.  
  30. * 921116 Add a prompt for the Subject: line.
  31.  
  32. * 921122 Put up an hourglass cursor when grabbing a group.  Had to grab
  33.   the mouse, though.  I don't like it.
  34.  
  35. * 921106 Fixed double-click crash bug in cursor_to_char_number
  36.  
  37. * 921106 Fixed minor scroll bug in ScrollIt()
  38.  
  39. * 921106 Allow a '201' response from newsserver.
  40.  
  41. * 921106 Made the 'email address' dialog box text fields scrollable.
  42.  
  43. * 921116 Found obscure problem with ReplaceLine() that crashes winvn
  44.            in certain instances.  Not fixed.  UpdateSeenArts causes it.
  45.  
  46. * 921118
  47.   Check into horizontal scroll bar in article window.
  48.     Just adding a horiz bar doesn't seem to work.  It is *always*
  49.     there, regardless of article line length, and the lines get clipped
  50.     anyways.  Will need to fix the DRAW method to correctly handle long
  51.     lines.
  52.  
  53. * 921118
  54.   Added "Search..." option to the article window, allowing search of 
  55.     article text.  Not very cleanly implemented.
  56.  
  57. ! possible problems reported:  unsubscribe crashes (sometimes!), some 
  58. ! groups have screwed up article information.  Why?  May be because of
  59. ! old version.
  60.  
  61. * 921119
  62.   Changed article number to unsigned int from int.  Some newsgroups have
  63.   article numbers over 32767!
  64.  
  65. * 921120
  66.   With the /Os optimization (small code size), we get problems with the
  67.   huge header array.  Looks like it's not aligning.  Would that
  68.   option change the size of the 'header' data structure?
  69.  
  70. * 921123
  71.   I tracked down the obnoxious header array problem.  Apparently the
  72.   'slow' compiler doesn't have the same problem packing structs into
  73.   a huge array.  And somehow my TypHeader struct shrunk from 256 bytes
  74.   to 252 bytes.  Oops.  Now it's realigned.
  75.  
  76. * 921124
  77.   Rearranged the window positions to better match the new wvgroup window.
  78.  
  79. FIX NEXT SAME SUBJECT BUG.  WHY ME??!
  80.  
  81. * 930119 (duh!) check for NULL pointer returned by gethostbyname.
  82.  
  83. Need to incorporate winsock code for wvsock from wu@twg.com (patching
  84.   the non-winsock stuff, too)
  85.  
  86. Need to check for lost connection in recv();
  87.  
  88. * 930204 cleaned up code in wvsock, added WSAStartup and WSACleanup
  89.   calls, cleaned up the code a little.  Also, check for num_sent !=
  90.   num_really_wanted_to_send.
  91.  
  92. * 930205 Many changes, deletion of 'huge' and 'far' (NON)keywords, ported
  93.   to NT (win32).  Code is now splintered.  Sigh.
  94.  
  95. * 930208 replaced calls to 'write' and '_lclose' with win32 equivs
  96.   WriteFile and CloseHandle, to get rid of newsrc-zapping problem.
  97.